home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / usr / X11R6 / bin / XConsole < prev    next >
Encoding:
Text File  |  1999-08-10  |  213 b   |  6 lines

  1. #!/bin/sh
  2. # xconsole is capable of doing everything XConsole did, and is maintained...
  3. # it is not setuid root, so we just exit if called as non-root
  4. [ $(id -u) = 0 ] || exit 0
  5. exec xconsole -file /proc/kmsg "$@"
  6.